home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / extra / zen096.zip / HISTORY.DOC < prev    next >
Text File  |  1995-11-29  |  3KB  |  63 lines

  1.  
  2.       ZenNode - Possibly the fastest DOOM(tm) BSP builder yet.
  3.  
  4. Future Plans: ( more or less in this order )
  5.  
  6.    Customization file indicating:
  7.      - linedefs used to contain polyObj linedefs
  8.      - sectors/linedefs that should not be split
  9.    Configuration file containing default command-line switches
  10.    Ability to extract individual levels from a larger .WAD file
  11.    Build proper REJECT resource
  12.    Accept .DWD files as input
  13.  
  14.  
  15. Revision History:
  16.  
  17.   Ver 0.96   Changed command line option syntax.
  18.              Added user customization of the partition formula
  19.              Added BLOCKMAP compression
  20.              Added minimal support for the REJECT structure
  21.              Added /nu switch for controlling unique sub-sector creation
  22.              Added a new algorithm for more speed
  23.              Modified the original algorithm - fewer splits / a little slower :(
  24.                - uses fewer diagonal partitions
  25.                - slightly slower than before :( - but just a little - :)
  26.              Modified the algorithm for minimizing BSP tree depth - lower depth
  27.              Fixed bugs in the BLOCKMAP routines
  28.              Added balance information to BSPInfo
  29.  
  30.   Ver 0.95   Added support for HEXEN WADs
  31.              Added /d switch for minimizing BSP tree depth
  32.              Added /i switch to ignore non important linedefs
  33.              Improved error messages for invalid/open WADs
  34.              Fixed bug related to WADs w/o existing NODES/SEGS
  35.              A few more minor speed-ups
  36.              Included BSPInfo
  37.  
  38.   Ver 0.94   Added BLOCKMAP creation
  39.              Added new command line options:
  40.                - select multiple levels for each WAD
  41.                - merge multiple WADs into one
  42.                - specify output filename
  43.                - handle multiple seperate WADs
  44.              Replaced ZenNT with a 32-bit DPMI/Win32 Console version
  45.              Placed each platform version in its own sub-directory in .ZIP
  46.  
  47.   Ver 0.93   Added ZenNT - Win32 Console version
  48.              A few more minor speed-ups
  49.              Fixed minor bugs
  50.              Added /q switch
  51.  
  52.  *Ver 0.92   Added new routines to speed up the NODES build process.
  53.              Added /t switch
  54.  
  55.  *Ver 0.91   Replaced Borland C++'s malloc/free to avoid a bug that causes
  56.               a GP Fault at run-time on large levels.
  57.              Added 'Heretic'(tm) to the help screen.
  58.  
  59.   Ver 0.90   First public release.  Rebuilds NODES found in a single .WAD
  60.               file specified on the command line.
  61.  
  62.  *Not publicly released
  63.